home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000272_emv@garnet.msen.com _Fri Oct 30 07:02:36 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  1KB

  1. Return-Path: <emv@garnet.msen.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA23636; Fri, 30 Oct 92 07:02:36 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA24456; Fri, 30 Oct 92 07:14:39 +0100
  6. Received: by garnet.msen.com (/\==/\ Smail3.1.25.1 #25.5)
  7.     id <m0mkpcL-00008XC@garnet.msen.com>; Fri, 30 Oct 92 01:13 WET
  8. Message-Id: <m0mkpcL-00008XC@garnet.msen.com>
  9. Cc: www-talk@nxoc01.cern.ch
  10. Subject: Re: port to bsdi / TOUPPER problem 
  11. In-Reply-To: Your message of Fri, 30 Oct 92 00:30:33.
  12.              <m0mkowZ-00008WC@garnet.msen.com> 
  13. Date: Fri, 30 Oct 92 01:13:42 EST
  14. From: Edward Vielmetti <emv@msen.com>
  15.  
  16. problem fixed, let me tell you how i did it for a suggested change 
  17. to the library arrangement.
  18.  
  19. 1st, i moved the TOUPPER / TOLOWER code out of tcp.h into HTUtils.h.
  20.  
  21. 2nd, I took out the ifdefs and made it always check whether something
  22. is lowercase before uppercasing it and vice versa.
  23.  
  24. this seems to have fixed the immediate problems, and should be more
  25. portable to boot.
  26.  
  27. i think there's a declaration in SGML.c that could be removed too.
  28.  
  29. --Ed